home *** CD-ROM | disk | FTP | other *** search
- global gSlotObjList, cSlotOffset, cBlurCastOffset2, gSlotsFlag, gPicOffset, gStartTime, gCounter
-
- on mouseUp
- if gSlotsFlag then
- if the mouseCast = the number of member "CD" then
- set gPicOffset to 49
- set gStartTime to the ticks
- set gCounter to 0
- repeat with t = 1 to 4
- resetForSlots(getAt(gSlotObjList, t))
- set the castNum of sprite (t + cSlotOffset) to t + cBlurCastOffset2
- end repeat
- updateStage()
- go("yourSiteFrame")
- else
- set gPicOffset to 57
- set gStartTime to the ticks
- set gCounter to 0
- repeat with t = 1 to 4
- resetForSlots(getAt(gSlotObjList, t))
- set the castNum of sprite (t + cSlotOffset) to t + cBlurCastOffset2
- end repeat
- updateStage()
- go("PlaySlots")
- end if
- end if
- end
-